line numbers

英 [laɪn ˈnʌmbəz] 美 [laɪn ˈnʌmbərz]

网络  行数; 显示行号; 行号表; 行号; 正文加上行号

计算机



双语例句

  1. The tool will analyze, parse, validate your SOAP messages with WSDLs, and pinpoint problems with detailed error messages and line numbers.
    这个工具将会使用WSDL分析、解析、验证您的SOAP消息,然后用详细的错误消息和代码行号标识问题。
  2. The name of the CU is also stored to find the line number table for locating the line numbers for all the functions in this CU.
    保存CU名称的另一个目的是为了查找行号表,从而查找该CU中所有函数的行号。
  3. For each file, all function names and line numbers ( first line number and last line number) for each function is captured.
    对于每个文件,将捕捉每个函数的所有函数名称和行号(第一个行号和最后一个行号)。
  4. The function first builds a list of all the relevant line numbers ( range ( a: firstline, a: lastline)).
    函数首先构建一个包含所有相关行号的列表(range(a:firstline,a:lastline))。
  5. Having line numbers displayed can be particularly useful when you need to quickly calculate the number of lines you want to process with a vi function.
    如果需要快速计算要用vi函数处理的行数,显示行号会非常有帮助。
  6. An editor that displays line numbers will help you find errors quickly.
    显示行号的编辑器能帮助您快速找到错误。
  7. This line provides the line numbers and ranges of the changes immediately following it.
    该行提供了行号,紧接着是它的更改范围。
  8. For calculating the line numbers corresponding to these addresses, get the line buffer from the debug_line section ( line buffer) for the CU DIE.
    要计算与这些地址对应的行号,则需要从CUDIE的debugline部分(行缓冲)中获取行缓冲。
  9. As you can see, the list command lists the running program in source form with line numbers.
    正如您所看到的,list命令以源文件的形式列出了正在运行的程序,并标注了相应的行号。
  10. The line numbers in this code are not part of the code itself.
    代码中的行号都不是代码本身的一部分。
  11. Although not necessary, you will find it convenient to have an editor that can display line numbers, because any errors detected in the validation phase will be reported by line number.
    虽然不是必须的,但是由于在检查阶段发现的错误是按照行号报告的,所以编辑器能够显示行号将非常方便的。
  12. Note: The line numbers are only for reference purposes.
    注意:行号只用于引用目的。
  13. Our final sed example uses the= command to print line numbers and then filter the resulting output through sed again to mimic the effect of the nl command to number lines.
    最后一个sed示例使用=命令输出行号,然后再次使用sed过滤生成的输出,以模拟使用nl命令对行进行编号的效果。
  14. From the line numbers ( next to the name of the source file the logging is coming from) you can see how things progress through the client and both EJB components.
    根据行号(在日志所来自的文件的名称后面),您可以看到各种情况是如何从客户机到两个EJB组件的过程中发生的。
  15. With this captured information, we can create a list of source file names, function names and the line numbers for the functions.
    使用捕获的信息,我们可以创建源文件名、函数名和函数行号的列表。
  16. In sdiff style, use the-lines option ( default TRUE) to indicate whether line numbers should be included in the output.
    在sdiff样式中,使用-lines选项(默认条件下是TRUE)以指定,输出中是否应该包括行号码。
  17. N displays line numbers.
    N可以显示行号。
  18. Then the function is invoked only once, and two special arguments, a: firstline and a: lastline, are set to the first and last line numbers in the range.
    将只对函数执行一次调用,而两个特殊参数a:firstline和a:lastline被设置为范围的第一个行号和最后一个行号。
  19. Line numbers printed on the left side make it easy to refer to a certain part of the document.
    打印在左边的行号使得参考文档的某一部分变得容易。
  20. We create a stream containing line numbers followed by data lines as we did before and filter it through a second copy of sed.
    像前面一样,我们创建了一个包含行号(后跟数据行)的流,然后通过另一个sed副本进行过滤。
  21. This will align our line numbers in the first six columns of the output line.
    这将把行号排列到输出行的前6个列中。
  22. When you compile your code using the-g debugging option, the compiler includes debugging information in the resulting object file which relates source line numbers to the program instructions.
    当您使用g调试选项汇编您的代码时,汇编器会在结果的对象文件中包含调试信息,该目标文件关联了项目指导的代码行行号。
  23. However, with the second method, you can supply line numbers to process the specified lines.
    但是,使用第二种方法可以提供行数以处理指定的行。
  24. The line numbers in the list tell you which headlines to expand.
    列表中的行号告知哪些标题(headline)是展开的。
  25. All line numbers are the original line numbers in each file.
    所有的行号使用的是在每个文件中的原始的行号。
  26. Normally the validator also returns the line numbers where errors are found.
    通常情况下,校验器也会返回具体的错误行。
  27. If code has been compiled with debugging information, the corresponding portions of the stack trace will contain line numbers.
    如果代码编译时加入了调试信息,那么堆栈的相应部分会包含行号。
  28. The line numbers shown are provided for reference only and are not included in the actual file.
    行号显示只是为了提供参考,它并不包括在实际文件中。
  29. Type to carry the necessary information for reporting file-name and line numbers.
    类型并带有报告文件名和行号所需的信息。
  30. Is a comma-separated list of line numbers that are expanded.
    一个逗号分隔的展开行行号列表。